/* ====== Container Setup ====== */
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

/* ====== Jay Container/Card Layout ====== */
.jaycontenar {
  flex: 0 0 18%;
  padding: 10px;
  box-sizing: border-box;
}
.jaycontenar {
  width: fit-content;

}

.watermark {
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  padding: 2px 6px;
  border-radius: 5px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   
    text-transform:capitalize;
    pointer-events: none;
  
}



/* ====== Pagination Dots ====== */
.pagination-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.pagination-dot {
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s;
}

.pagination-dot.active {
  background: #333;
  color: #fff;
}

.pagination-ellipsis {
  padding: 0 8px;
  color: #999;
}

/* ====== Slider Arrows (Assumed Class) ====== */
.prev,
.next {
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  user-select: none;
}

/* ====== Responsive Layout ====== */
@media (max-width: 1200px) {
  .jaycontenar {
    flex: 0 0 25%;
  }
}

@media (max-width: 992px) {
  .jaycontenar {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  .jaycontenar {
    flex: 0 0 50%;
  }

 
}

@media (max-width: 480px) {
  .jaycontenar {
    flex: 0 0 100%;
  }

  

  .pagination-dot {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}


/* === jaycontenar adjusts width responsively === */
.jaycontenar {
  flex: 0 0 auto;
  width: 20%;
  box-sizing: border-box;
  padding: 10px;
  scroll-snap-align: start;
}

/* === Responsive jaycard === */
.jaycard {
  width: 100%;
  perspective: 1000px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4; /* Keeps card proportionate */
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.jaycard:hover .card-inner {
  transform: rotateY(180deg);
}

/* === Front and Back Side === */
.jaycard-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  background: #222020;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

.jaycard-front {
  z-index: 2;
}

.card-back {
  transform: rotateY(180deg);
}

/* === Image container === */
.image-container {
 
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;

position: relative;

}

/* === Product info === */
.product-info {
  padding: 10px;
  text-align: center;
}

.product-info p {
  font-size: 13px;
  color: #c7b8b8;
  margin: 0;
}

.product-info h4,
.product-info h3 {
  font-size: 15px;
  color: #c0b7b7;
  margin: 5px 0 0;
}




.hedcoll {
  background-color: transparent;
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.hedcoll:hover {
  background-color: white;
}








/* === Responsive Breakpoints === */
@media (max-width: 1200px) {
  .jaycontenar {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .jaycontenar {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .jaycontenar {
    width: 50%;
  }

  .image-container {
    height: fit-content;
  }
}

@media (max-width: 480px) {
  .jaycontenar {
    width: 200px;
    height: fit-content;
  }

  .card-inner {
    aspect-ratio: 4 / 5;
  }

  .image-container {
    height: fit-content;
    
  }

  .jaycard{
    height: fit-content;
  }
}

















/* Base Styles */
.sliderlol {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    background-color: none;
    margin-bottom: 20px;

    width:100%;
  }

  .slider-wrapper {
    display: flex;


    
    transition: transform 0.2s ease-in-out;
  }


  .slider-wrapperlol {
    display: flex;

    


    
    transition: transform 0.2s ease-in-out;
  }







  
  


  .jayal-img {
    float: left;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    
  }
 
  .jaycard .quo {
    color: #f10;
    border: 2px solid #f44336;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    cursor: pointer;
  }



  .jaynewbuttin {

    background-color: #e6c406;
  
    bottom: 5px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    position: absolute;
    color: white;
    border: 2px solid #e6c406;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-bottom: 0px;
    height: 8px;
  }



  .jaycard:hover .jaynewbuttin {
    bottom: 0px;
    opacity: 1;
    width: 100%;
    height: 10px;
    justify-content: center;
    margin: 0px;
  }


  .jaycard:hover .jaycallnow {
    bottom: -100px;
    opacity: 1;
    width: 100%;
    height: 10px;
    justify-content: center;
    margin: 0px;
  }
  .jaycallnow {
    background-color: #e6c406;
    position: absolute;
    top: -5px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    color: white;
    border: 2px solid #e6c406;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    font-size: 15px;
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-bottom: 20px;
    height: 8px;
  }


  .slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
  }
  


  
  
  
  /* Responsive Styles */
  @media (max-width: 1200px) {
   
   

  }



  @media (max-width: 992px) {

    .jaynewbuttin{

      color: rgb(0, 4, 255);
      border: 2px solid #3652f4;
      background-color: rgba(236, 202, 6, 0.6);


      
    }




  }
  
 
  @media (max-width: 768px) {
    
    .jaycallnow, .jaynewbuttin {
      font-size: 12px;
      padding: 6px 4px;
    }
  }
  
  @media (max-width: 576px) {
    

    .jaycallnow, .jaynewbuttin {
      font-size: 11px;
      padding: 5px 3px;
    }

    .jaycallnow {
      background-color: #2F4F4F;
      position: absolute;
      top: -5px;
      left: 0px;
      overflow: hidden;
      opacity: 0;
      transition: 1s;
      color: white;
      border: 2px solid #2F4F4F;
      font-size: 13px;
      font-weight: 600;
      display: block;
      text-align: center;
      border-radius: 5px;
      padding: 8px 5px;
      font-size: 15px;
      width: calc(100% - 50px);
      margin-left: 20px;
      margin-bottom: 20px;
      height: 8px;
    }


    .jaynewbuttin {

      background-color: #2F4F4F;
    
      bottom: 5px;
      left: 0px;
      overflow: hidden;
      opacity: 0;
      transition: 1s;
      position: absolute;
      color: white;
      border: 2px solid #2F4F4F;
      font-size: 13px;
      font-weight: 600;
      display: block;
      text-align: center;
      border-radius: 5px;
      padding: 8px 5px;
      width: calc(100% - 50px);
      margin-left: 20px;
      margin-bottom: 0px;
      height: 8px;
    }



  }
  










  /* Pagination container styles */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 8px;
  flex-wrap: wrap;
}

/* Pagination number styles */
.pagination-dot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ddd;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Active pagination number */
.pagination-dot.active {
  background-color: #007bff;
  color: #fff;
}

/* Pagination ellipsis style */
.pagination-ellipsis {
  font-size: 18px;
  color: #666;
  margin: 0 5px;
}

/* Hover effect */
.pagination-dot:hover {
  background-color: #0056b3;
  color: #fff;
}



/* Responsive design */
@media (max-width: 768px) {
  .pagination-dot {
      width: 25px;
      height: 25px;
      font-size: 14px;
  }
}




@media (max-width: 480px) {
  .pagination-container {
      gap: 5px;
  }
  
  .pagination-dot {
      width: 22px;
      height: 22px;
      font-size: 12px;
  }

  .pagination-ellipsis {
      font-size: 14px;
  }










  .watermark {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    background: none;
    padding: 2px 6px;
    border-radius: 5px;
    text-align: center;
    

  }

}



